@charset "utf-8";
/* CSS Document */

.module-topbar {
    height:35px;
    border-bottom: 1px solid #e4e4e4;
    background:#f5f5f5;
}

.topleft-bar li {
    display: inline-block;
    position:relative;
    float:left;
    min-width:36px;
    padding-left:10px;
    margin-right:10px;
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
    line-height: 29px;
    height:29px;
    font-size: 12px;
}

.topleft-bar li.first {
    padding-left: 0;
}
.topleft-bar li a,
.topright-bar li a{
    color: #666;
}

.topleft-bar li a:hover,
.topright-bar li a:hover {
    color: #d60000;
}

.topleft-bar li a i {
    display: block;
    position:absolute;
    top:0;
    right:10px;
    width: 9px;
    height: 29px;
    background: url(../../images/topbar-ico.png) no-repeat  right center;
}

.topleft-bar li.study {
    width:85px;
}

.topleft-bar li.class-report, .topleft-bar li.class-report-jmzx{
    width:75px;
}

.topleft-bar li.active,
.topleft-bar li.active1 {
    display: block;
    border:1px solid #e4e4e4;
    border-bottom:none;
    background: #fff;
    color: #ffffff;
}

.topleft-bar li.active a i,
.topleft-bar li.active1 a i {
    background: url(../../images/topbar-ico-h.png) no-repeat  right center;
}

.topleft-bar-con,
.topleft-bar-con1,
.topleft-bar-con2 {
    left: -1px;
    *top:30px;
    z-index:10;
    min-width:270px;
    padding-top:10px;
    border:1px solid #e4e4e4;
    border-top:none;
    background: #fff;
    float: left;
    color: #FFFFFF;
}

.topleft-bar-con ul li,
.topleft-bar-con1 ul li,
.topleft-bar-con2 ul li{
    float:left;
    padding-right:0px;
    /*padding-bottom:10px;*/
    border:none;
}

.topleft-bar-con ul li i {
    float:left;
    display:block;
    width:15px;
    height:15px;
    margin-right:10px;
    border-radius:3px;
    background:#ff9386;
    font-size:12px;
    color:#fff;
    text-align:center;
    line-height:15px;
}

.topleft-bar-con1, .topleft-bar-con2 {
    padding-left:10px;
    padding-top:0px;
}

.topleft-bar-con1 ul li, .topleft-bar-con2 ul li {
    width:110px;
    padding-left:15px;
    background:url(../../images/ico-list-bg.jpg) no-repeat left center;
}

.topleft-bar-con ul li i.junior {
    background:#87bff0;
}

.topleft-bar-con ul li i.small {
    background:#90c421;
}

.topleft-bar-con ul li span {
    float:left;
    min-width:35px;
    margin-right:20px;
    font-size:12px;
    color:#666;
    line-height:15px;
}

.topleft-bar-con ul li span.last {
    color:#e1b83b;
}

.topleft-bar-con ul li span.composition {
    color:#45c6b1;
}

.topleft-bar-con ul li span:hover {
    color:#d60000;
}

.topleft-bar-con ul li span.last:hover {
    color:#e1b83b;
}

.topleft-bar-con ul li span.composition:hover {
    color:#45c6b1;
}

.topright-bar li {
    float:left;
    line-height: 29px;
    font-size: 12px;
}

.topright-bar li a.login {
    margin-right: 8px;
}

.topright-bar li a.register {
    margin-left: 8px;
}

.topright-bar li a.top-name {
    padding-left:15px;
    background:url(../../images/icoi-head-portrait.png) no-repeat left center;
}

.topright-bar li span {
    line-height: 24px;
    color: #666;
}

.module-header {
    width:1180px;
    margin-bottom:11px;
}

.h-logo {
    margin-right: 23px;
}

.line {
    width:1px;
    height: 40px;
    margin: 5px 0;
    background: #e4e4e4;
}

.h-slogan {
    margin-left: 20px;
}

.h-slogan img {
    display:block;
    margin-top: 6px;
}

.h-slogan p {
    padding:5px 0;
    font-size:30px;
    color:#333;
}

.h-slogan h1 {
    padding:5px 0;
    font-size:30px;
    color:#333;
}

.h-tel-con {
    padding-left: 37px;
    background: url(../../images/ico-tel.png) no-repeat  left center;
}

.h-r-text {
    font-size: 12px;
    color: #999;
}

.h-r-tel {
    font-size:26px;
    color:#d60000;
    font-family: arial;
}

.guanggao1{
    position:relative;
    height:80px;
    overflow:hidden;
}
.guanggao1 img {
    width:1180px;
    height:80px;
    transition: all 1s ease;
}

.grade-ad-con img {
    width:220px;
    height:85px;
    transition: all 1s ease;
}

.guanggao1:hover img,
.grade-ad-con:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

/*新增头部*/
.module-topbar {
    height: 35px;
    background: #f5f5f5;
}

.topleft-bar li {
    display: inline-block;
    position: relative;
    float: left;
    min-width: 36px;
    padding-left: 10px;
    margin-right: 20px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
}

.topleft-bar li.first {
    padding-left: 0;
}

.topleft-bar li span,
.topleft-bar li a,
.topright-bar li a,
.topright-bar li span {
    color: #666;
    cursor: pointer;
}

.topleft-bar li a:hover,
.topright-bar li a:hover {
    color: #ff0000;
}

.topleft-bar li span i {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 9px;
    height: 35px;
    background: url(../../images/topbar-ico.png) no-repeat right center;
}

.topleft-bar li.study,
.topleft-bar li.class-report,
.topleft-bar li.class-plus {
    width: 75px;
}

.topleft-bar li.active,
.topleft-bar li.active1,
.topleft-bar li.active2 {
    display: block;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-bottom: none;
    border-bottom: none;
    background: #fff;
    color: #ffffff;
}

.topleft-bar li.active span,
.topleft-bar li.active1 span,
.topleft-bar li.active2 span {
    color: #ff0000;
}

.topleft-bar li.active span i,
.topleft-bar li.active1 span i,
.topleft-bar li.active2 span i {
    background: url(../../images/topbar-ico-h.png) no-repeat right center;
}

.topleft-bar-con,
.topleft-bar-con1,
.topleft-bar-con2 {
    left: -1px;
    *top: 30px;
    z-index: 100;
    width: 107px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-top: none;
    background: #fff;
    float: left;
    color: #FFFFFF;
    min-width: 0px;
}

.topleft-bar-con1 {
    width: 219px;
    /* padding: 0 18px; */
}

.topleft-bar-con dl dt,
.topleft-bar-con2 dl dt {
    float: left;
    padding-right: 0px;
    border: none;
    width: 107px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.topleft-bar-con1 dl dt {
    float: left;
    padding-right: 0px;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

.topleft-bar-con dl dt a,
.topleft-bar-con2 dl dt a {
    width: 77px;
    height: 36px;
    padding: 0 15px;
    line-height: 36px;
    display: block;
    text-align: left;
    font-size: 12px;
}

.topleft-bar-con1 dl dt a {
    font-size: 12px;
    width: 63px;
    display: block;
}

.topleft-bar-con dl dt a:hover,
.topleft-bar-con2 dl dt a:hover {
    background: #EFEFEF;
}

.topleft-bar-con1 {
    padding-left: 10px;
    padding-top: 0px;
}

.topright-bar li {
    float: left;
    line-height: 35px;
    font-size: 12px;
}

.toprightCon {
    float: left;
    width: 135px;
    height: 31px;
    margin-top: 2px;
    background: url(../../images/topRBg.png) no-repeat left center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(244, 0, 0, 1);
    line-height: 31px;
    text-align: center;
}

.topright-bar li a.top-name {
    padding-left: 15px;
    background: url(../../images/icoi-head-portrait.png) no-repeat left center;
}

.topright-bar li span {
    margin: 0 10px;
    line-height: 24px;
    color: #bbb;
}

.search-wrap {
    float: right;
    font-size: 0;
    margin-right: 20px;
}
.search-wrap .icon {
    display: inline-block;
}
.search-wrap .search {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    border: 1px solid #ccc;
    width: 278px;
    height: 38px;
    vertical-align: middle;
}
.search-wrap .search-ipt {
    border: none;
    padding-left: 20px;
    line-height: 38px;
    width: 100%;
}
.search-wrap .icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 43px;
    height: 38px;
    border-left: 1px solid #ccc;
    background: #E4E4E4;
    text-align: center;
}
.search-wrap .icon-search {
    width: 24px;
    height: 24px;
    background: url(../../images/icon-search.png) center no-repeat;
    background-size: contain;
    margin-top: 7px;
}
.search-wrap .submission {
    font-size: 16px;
    line-height: 38px;
    color: #DA2B2F;
    text-align: center;
    display: inline-block;
    width: 126px;
    height: 38px;
    border: 1px solid #DA2B2F;
    background: #FBE9EA;
    vertical-align: middle;
}
.search-wrap .icon-add {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(../../images/icon-add.png) center no-repeat;
}